yoke 0.2.3

Abstraction allowing borrowed data to be carried along with the backing data it borrows from
Documentation

yoke crates.io

This crate provides [Yoke], a data structure that allows one to "yoke" Cow-like borrowed data types to their backing storage, enabling one to use Cow (etc) in zero-copy deserialization with dynamic lifetimes for the borrowed data, for example caching it.

See the documentation of [Yoke] for more details.

More Information

For more information on development, authorship, contributing etc. please visit ICU4X home page.